home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / SAT 2.3.8 / Demos / Bricks demo ƒ / Bricks demo notes next >
Text File  |  1995-01-13  |  912b  |  12 lines

  1. Bricks demo notes
  2. ================
  3.  
  4. Bricks demonstrate the use of "resting sprites", which you get if you call SATRun2 instead of SATRun. The demo allows you to disable it, switch back to SATRun, which, as you will see, makes a big difference for a program like this.
  5.  
  6. BUGS:
  7. • Resting sprites is currently incompatible with the 1-bit and 4-bit blitters.
  8. • The demo has sorting enabled, but initializes all sprites in a random order. This makes it rather slow for a few seconds after launch.
  9. • The cursor is neither hidden nor shielded, which leaves "mouse droppings" when using the fast blitters.
  10.  
  11. The two last bugs mentioned above are fairly easy to fix. I leave that as an exercise. For the first, experiment with turning sorting off, or initialize the sprites in a better order. For the second, HideCursor solves the problem, but if so, you must add a sprite following the cursor ta make the demo meaningful.
  12.